projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa2ac20
)
Comment change.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 25 Jan 2003 19:47:02 +0000
(19:47 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 25 Jan 2003 19:47:02 +0000
(19:47 +0000)
src/doprnt.c
patch
|
blob
|
history
diff --git
a/src/doprnt.c
b/src/doprnt.c
index 82a96c7d673a7618d03b83c15dfc5c9bc4bcf80c..72c0dd490e892bd6c8e7116304dbb1be99eef771 100644
(file)
--- a/
src/doprnt.c
+++ b/
src/doprnt.c
@@
-54,7
+54,7
@@
static int doprnt1 ();
terminated at position FORMAT_END.
Output goes in BUFFER, which has room for BUFSIZE chars.
If the output does not fit, truncate it to fit.
- Returns the number of
character
s stored into BUFFER.
+ Returns the number of
byte
s stored into BUFFER.
ARGS points to the vector of arguments, and NARGS says how many.
A double counts as two arguments.
String arguments are passed as C strings.